{% if heading %}

{{ heading | safe }}

{% endif %}

{{ museumname | safe }}

{% if alltups %}

Properties

{% for list in alltups %} {% for item in list %} {% endfor %}
{{ item[0] }} {{ item[1]|safe }}

{% endfor %} {% endif %} {% if allprops %}

All Properties

{% for item in allprops %} {% endfor %}
{{ item[0] }} {{ item[1]|safe }}

{% endif %}